home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / docs / protocol / rfc / rfc_txt / rfc0000 / rfc0379.txt < prev    next >
Text File  |  1997-08-06  |  9KB  |  272 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. NETWORK WORKING GROUP                                     R.T. BRADEN
  8. REQUEST FOR COMMENTS #379                                 UCLA/CCN
  9. NIC 11121                                                 AUGUST 11, 1972
  10. CATEGORIES :
  11. OBSOLETES:
  12. UPDATES:
  13.  
  14.  
  15.                             USING TSO AT CCN
  16.  
  17.     IBM's Time Sharing Option ("TSO") is now available at CCN for use via
  18. the Network with Telnet Protocol.  TSO is not yet considered "production"
  19. by CCN, since there are a number of restrictions and glitches to be removed
  20. or documented.  However, TSO is now quite stable and is up on a regularly
  21. scheduled basis; the system will allow an experienced programmer to work
  22. productively at CCN.  To use TSO, you will need a valid CCN charge (billing)
  23. number, and a user-id.  To obtain a charge number (if you do not already
  24. have one), or to obtain a TSO user-id, contact Barbara Noble at (213)
  25. 825-7438 or (213) 825-7452.  At present we are not charging for TSO use
  26. (although any batch jobs submitted from TSO will be charged to your account).
  27. Barbara can assign on overhead charge number for experimental use of TSO if
  28. you do not have a paid account.
  29.  
  30. Modes of TSO Use
  31. ----------------
  32.  
  33.     (1)  Conversational Remote Job Entry
  34.          -------------------------------
  35.  
  36.          Using TSO you can prepare an OS job stream using the TSO EDIT command,
  37.          SUBMIT the job to batch execution, monitor its STATUS, and ship the
  38.          OUTPUT back to EDIT for examination.  This allows those of you with
  39.          TIP'S to process jobs at CCN without using NETRJS via a friendly
  40.          TENEX machine.  Any batch job can be submitted this way.
  41.  
  42.  
  43.     (2)  Foreground Execution
  44.          --------------------
  45.  
  46.          Many OS/360 programs can be run, with varying degrees of inconvenience,
  47.          directly from the terminal.  There are TSO commands providing the
  48.          facilities of EXEC and DD cards; the output stream can be directed to
  49.          the user's terminal.  There are some important limitations to fore-
  50.          ground operation, however:
  51.  
  52.               (1)  The foreground region size is limited; at present, it is
  53.                    128K, though this will be expanded.
  54.  
  55.  
  56.  
  57.  
  58.                                                                 [Page 1]
  59.  
  60.               (2)  All datasets referenced must be on resident disk packs;
  61.                    no disks or tapes can be mounted.
  62.  
  63.               (3)  Since you are time-sliced and swapped, it can be very
  64.                    slow.
  65.  
  66.     There are two important cases of foreground execution:
  67.  
  68.          (A)  The TEST command provides DDT-like debugging capability
  69.               for foreground programs.
  70.  
  71.          (B)  The user's own program can interact with his terminal.
  72.  
  73. NOTE:  It is not yet possible for a program, either in batch or foreground,
  74.        to open direct Network connections.
  75.  
  76. Hours of Operation
  77. ------------------
  78.  
  79.      Monday through Friday, 6 A.M. - Noon PDT (or 9 A.M. - 3 P.M. EDT).
  80.      These hours will be extended before September 1, 1972.
  81.  
  82. Telnet Protocol
  83. ---------------
  84.  
  85.      The document "USING TSO VIA ARPA NETWORK VIRTUAL TERMINAL", RFC #377
  86.      describes the use of a Telnet NVT to access TSO.  There are some signi-
  87.      ficant differences from using a real 2741 locally.  RFC #377 describes
  88.      the current server Telnet, complete with an annoying bug.  A later
  89.      version will include the following capabilities not presently available:
  90.  
  91.           (a)  "FULL DUPLEX", i.e., CCN echoing.
  92.  
  93.           (b)  Lower case input.
  94.  
  95.           (c)  The special character translation included in NETRJS
  96.                users with Model 33 Teletypes. (see RFC #338).
  97.  
  98.           (d)  Optional specification of single CR or single LF as end-of-line
  99.                indication
  100.  
  101.           (e)  Hopefully, the input attention bug described in RFC #377 will
  102.                be fixed.
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.                                                                 [Page 2]
  112.  
  113. Disk Space
  114. ----------
  115.  
  116.      TSO will automatically place datasets created in the foreground (e.g., by
  117.      EDIT or ALLOC) on the proper resident disk pack.  All TSO datasets are
  118.      cataloged, and can be referenced by name alone (no volume or unit specifi-
  119.      cation is necessary).  For most purposes, you can pretend we have one big
  120.      disk.                                                             --- ---
  121.      ----
  122.  
  123. Dataset Names
  124. -------------
  125.  
  126.      The standard IBM version of TSO uses the TSO user-id as the highest
  127.      index of each dataset name.  At CCN, the _two_ highest levels are the
  128.      charge number and the user-id of the person who created the dataset.
  129.      TSO has been modified accordingly.
  130.  
  131. Dataset Access Control
  132. ----------------------
  133.  
  134.      In general, under TSO a user can access for reading, writing, or
  135.      execution any dataset named with the charge number with which he is
  136.      logged on.  In addition, he can rename or scratch any dataset with the
  137.      logon charge number.  There is no provision for public or read-only
  138.      datasets a present.
  139.  
  140. Logging On
  141. ----------
  142.  
  143.      Most Network users will need only the simple form of LOGON:
  144.  
  145.                    logon     <user-id>
  146.  
  147.      EXAMPLE:                         NOTES:
  148.      -------                          -----
  149.  
  150.           user:  logon uid            (Use your user-id)
  151.  
  152.           TSO:   LOGON UID            (TSO repeats line for reasons of its own)
  153.  
  154.           TSO:  ENTER PASSWORD        (TSO asks for password)
  155.  
  156.           user:  xyz
  157.  
  158.           TSO:  UID LOGON IN PROGRESS AT 11:37:43 ON AUGUST 9, 1984
  159.  
  160.  
  161.  
  162.  
  163.  
  164.                                                                 [Page 3]
  165.  
  166.           TSO:  LOGON PROCEEDING      (It may take a while.  This message will
  167.                                       come every 30 seconds.)
  168.  
  169.           TSO:  WELCOME TO TSO.  GOOD LUCK
  170.  
  171.           TSO:  READY
  172.  
  173.      User-id's are created in TSO with a blank password.  To add or change your
  174.      password, use the CHANGE command.  If you have TSO access under more than
  175.      one charge number, LOGON will prompt you for the charge number to be used
  176.      for the session.
  177.  
  178. Where to Get Help
  179. -----------------
  180.  
  181.     1.  To obtain a list of TSO commands enter:  "help commands"
  182.  
  183.     2.  To get detailed information on syntax and function of a particular
  184.         command, enter: "help <command name> <qualifiers>"
  185.         Type "help help" for details.
  186.  
  187.     3.  The SEND command may be useful for on-line help from PCN (Pete Nielsen)
  188.         or WDD (Bill Drain), when they are signed on.  You can find out if PCN
  189.         or WDD is on by sending them a trial message.
  190.  
  191.         EXAMPLE:
  192.         -------
  193.  
  194.                User:  send 'hello' user(wdd)
  195.  
  196.                TSO:   USER WDD NOT LOGGED ON
  197.  
  198.                TSO:   READY
  199.  
  200.                user:  send 'hello' user(pcn)
  201.  
  202.                TSO:   READY
  203.  
  204.                user:  send 'edit is acting funny' user(pcn)
  205.  
  206.                TSO:   READY
  207.  
  208.         Here "PCN" was logged on and got your message.  You can, therefore,
  209.         converse with him through SEND.  The text in one SEND is limited to
  210.         115 characters.
  211.  
  212.     4.  You can also leave a message for wdd to receive when he logs on by
  213.         typing:  send '<message>' user(wdd) logon.
  214.  
  215.  
  216.  
  217.                                                                 [Page 4]
  218.  
  219.     5.  To send a message to the CCN operator, enter simply:  send '<message>'
  220.  
  221.     6.  You can call the CCN Telephone Consultant at (213) 825-7452, Monday
  222.         through Friday during the hours 10-12 A.M. PDT and 1-4 P.M. (except
  223.         3-4 P.M. on Thursday).  If the consultant does not know the answer,
  224.         he/she will investigate and call you back.
  225.  
  226.     7.  You can call the general contact for Network user problems, Barbara
  227.         Noble, at (213) 825-7438.  Barbara is also one of the Telephone
  228.         consultants.
  229.  
  230.     8.  If all else fails, call Bill Drain, the CCN Systems Programmer in
  231.         charge of TSO installation.  His telephone is (213) 825-7474 (if no
  232.         answer, call my secretary at (213) 825-7518 and leave a message for
  233.         Bill).
  234.  
  235.     9.  You can also send a message to someone at CCN by submitting the
  236.         following pseudo-job through RJS at TSO:
  237.  
  238.                    //<charge number>  JOB 'BIN=9906',MSGLASS=C
  239.                    //*  <message>
  240.                    //*
  241.                    //*
  242.                    //*
  243.                    //*
  244.                    etc.
  245.  
  246.  
  247.  
  248.        [ This RFC was put into machine readable form for entry ]
  249.        [ into the online RFC archives by BBN Corp. under the   ]
  250.        [ direction of Alex McKenzie.                      1/97 ]
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.                                                                 [Page 5]
  271.  
  272.